home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / roundcolorborder < prev    next >
Text File  |  1999-06-15  |  775b  |  44 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: BORGEAR.8BF
  4.  
  5. CATEGORY: 
  6. Alf's Border FX
  7.  
  8. TITLE:    
  9. Gear
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1996 Alfredo Mateus
  13. All Rights Reserved.
  14.  
  15. AUTHOR:   
  16. Alfredo Mateus
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Number of Divisions]
  24. Control 1: [Background Red]
  25. Control 2: [                  Green]
  26. Control 3: [                  Blue]
  27. Control 4: [Control 4:]
  28. Control 5: [Control 5:]
  29. Control 6: [Internal Radius]
  30. Control 7: [External Radius]
  31.  
  32. R=
  33. m>val(7,0,M)?m<val(6,0,M)?sin(scl(d,0,D,-512*ctl(0),512*ctl(0)))>0?c:ctl(1):ctl(1):c
  34.  
  35. G=
  36. m>val(7,0,M)?m<val(6,0,M)?sin(scl(d,0,D,-512*ctl(0),512*ctl(0)))>0?c:ctl(2):ctl(2):c
  37.  
  38. B=
  39. m>val(7,0,M)?m<val(6,0,M)?sin(scl(d,0,D,-512*ctl(0),512*ctl(0)))>0?c:ctl(3):ctl(3):c
  40.  
  41. A=
  42. a
  43.  
  44.